crypto/tls.cipherSuite.flags (field)
11 uses
crypto/tls (current package)
cipher_suites.go#L142: flags int
common.go#L1164: if c.flags&suiteECDHE != 0 {
common.go#L1167: if vers < VersionTLS12 && c.flags&suiteTLS12 != 0 {
common.go#L1241: if c.flags&suiteECDHE == 0 {
common.go#L1244: if c.flags&suiteECSign != 0 {
common.go#L1253: if vers < VersionTLS12 && c.flags&suiteTLS12 != 0 {
handshake_client.go#L101: if hello.vers < VersionTLS12 && suite.flags&suiteTLS12 != 0 {
handshake_server.go#L369: if c.flags&suiteECDHE != 0 {
handshake_server.go#L373: if c.flags&suiteECSign != 0 {
handshake_server.go#L383: if hs.c.vers < VersionTLS12 && c.flags&suiteTLS12 != 0 {
prf.go#L92: if suite.flags&suiteSHA384 != 0 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)